home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / comm / tcp / samba_2.0.6.lha / source / amiga_rcs / stdio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-25  |  1.7 KB  |  96 lines

  1. head    1.2;
  2. access;
  3. symbols
  4.     V1_12:1.2
  5.     V1_11:1.2
  6.     V1_10:1.2
  7.     V1_9:1.2
  8.     V1_8:1.2
  9.     V1_7:1.2
  10.     V1_6:1.2
  11.     V1_5:1.2
  12.     V1_4:1.2
  13.     V1_3:1.2
  14.     V1_2:1.2
  15.     V1_1:1.1;
  16. locks
  17.     olsen:1.2; strict;
  18. comment    @ * @;
  19.  
  20.  
  21. 1.2
  22. date    99.02.20.10.39.38;    author olsen;    state Exp;
  23. branches;
  24. next    1.1;
  25.  
  26. 1.1
  27. date    99.02.13.10.11.06;    author olsen;    state Exp;
  28. branches;
  29. next    ;
  30.  
  31.  
  32. desc
  33. @.
  34. @
  35.  
  36.  
  37. 1.2
  38. log
  39. @.
  40. @
  41. text
  42. @#ifndef _WRAPPER_STDIO_H
  43. #define _WRAPPER_STDIO_H 1
  44.  
  45. /*
  46.  * $Id: stdio.h 1.1 1999/02/13 10:11:06 olsen Exp olsen $
  47.  *
  48.  * :ts=4
  49.  *
  50.  * AmigaOS wrapper routines for Samba 2.0.0, using the AmiTCP V4 API
  51.  * and the SAS/C V6.58 compiler.
  52.  *
  53.  * Copyright (C) 1999 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  54.  *
  55.  * This program is free software; you can redistribute it and/or modify
  56.  * it under the terms of the GNU General Public License as published by
  57.  * the Free Software Foundation; either version 2 of the License, or
  58.  * (at your option) any later version.
  59.  * 
  60.  * This program is distributed in the hope that it will be useful,
  61.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  62.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  63.  * GNU General Public License for more details.
  64.  * 
  65.  * You should have received a copy of the GNU General Public License
  66.  * along with this program; if not, write to the Free Software
  67.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  68.  */
  69.  
  70. /****************************************************************************/
  71.  
  72. #include "include:stdio.h"
  73.  
  74. /* We are going to replace these. */
  75. #undef access
  76. #undef printf
  77. #undef putchar
  78. #undef getchar
  79. #undef getc
  80. #undef rewind
  81.  
  82. /******************************************************************************/
  83.  
  84. #endif /* _WRAPPER_STDIO_H */
  85. @
  86.  
  87.  
  88. 1.1
  89. log
  90. @.
  91. @
  92. text
  93. @d36 2
  94. d39 1
  95. @
  96.